home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / DirMenu / DirMenu.cfg < prev    next >
Text File  |  1996-09-26  |  2KB  |  65 lines

  1. ; Template config script for Dir Menu v1.xx
  2.  
  3. ; First DISPLAY LIST
  4. ; You can add your own paths to the first display.
  5. ; Each new path entry must begin after the '#PATHS' line,
  6. ; and it must be in the following format:
  7.  
  8. ; 'Name' 'Path'
  9. ; Where "Name" a name of path to appear in first display, or one
  10. ; of the following:
  11. ; VOLUMES       - all known active storage device will be added to the list
  12. ; ASSIGNS       - all assigned items will be added to the list
  13. ; "Path" is a full path of any directory or file you prefer.
  14. ; NOTE: If a name lenght is too long then the first display might
  15. ; not open.
  16. ; Examples:
  17. ; "Libs"                "hd0:libs"
  18. ; "C"                   "c:"
  19. ; VOLUMES
  20. ; "Tetris"      "hd1:games/Tetris"
  21. ; ASSIGNS
  22. ; "Picture"     "cd0:pix/horse.gif"
  23.  
  24. #PATHS
  25.  
  26. VOLUMES
  27.  
  28. ; Action List
  29. ; You can make your own list of files to be executed for different
  30. ; file types you select in DirMenu.
  31. ; All entries must begin after the '#ACTIONS' line, with the following
  32. ; format:
  33. ; ["]FileType["]        ["]FileName["]
  34. ; If you select a file called 'amiga.iff' then DirMenu will execute
  35. ; 'FileName amiga.iff', where FileName is a file defined according to
  36. ; a type of 'amiga.iff' 
  37. ; Note than if there is no file name after FileType, default action will
  38. ; be executed
  39.  
  40. ; File types are defined according to WhatIs library. See DirMenu documents
  41. ; for more info on how to add new custom file types (Whatis Library).
  42. ; Each file type in this configuration has the same name as it is returned
  43. ; by whatis.library
  44.  
  45. #ACTIONS
  46.  
  47. ILBM            "Viewtek >nil:"
  48. JPEG            "Viewtek >nil:"
  49. GIF             "Viewtek >nil:"
  50. LHArc           "lha v >con:20/50/400/200/Viewing_LHA.../CLOSE"
  51. Guide           sys:utilities/multiview
  52. Text            ppmore
  53. Library         version
  54. "Source C"      ed
  55.  
  56. ;NOTE: If you write file type without an action it will be ignored.
  57. ;You can change/add your own programs to the following types
  58.  
  59. Exe                 ;you can add run >somewhere or similar if you want
  60. Dir                 ;a directory (if you don't use (/) in paths config
  61. 8SVX  sys:utilities/multiview ;IFF sound file
  62. "PP ST Mod"         ;Soundtracker module
  63. Zip                 ;ZIP archive
  64.  
  65.